home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishcontents / 551-575 / contents_558 < prev    next >
Text File  |  1992-05-06  |  2KB  |  35 lines

  1. This is disk 558 of the freely distributable AMIGA software library.
  2. Below is a listing of the significant directories and their contents.
  3.  
  4.  
  5. BTNtape        A "Better Than Nothing" SCSI tape device handler.  Provides
  6.         flat file access to a SCSI tape drive from application
  7.         programs using simple DOS calls to Read() and Write().  It
  8.         can also be used with the Amiga TAR utility for disk backups.
  9.         Requires a "SCSI-direct" compatible SCSI bus adapter.  This
  10.         is version 2.1, an update to version 2.0 on disk 471.  It
  11.         fixes a number of bugs, and includes some new features such
  12.         as appending files to existing tapes.  Includes source.
  13.         Author:  Robert Rethemeyer
  14.  
  15. DisDF        Program to disable DF0-DF3 to stop that empty drive clicking
  16.         by putting the trackdisk.device tasks in a removed state.
  17.         Can be run from CLI, startup script or WB.  Command line
  18.         options select drives and also remove the File System tasks
  19.         to reduce CPU load a little more.  This is version 1.1, an
  20.         update to version 1.0 on disk 531.  Includes source.
  21.         Author:  Patrick F. Misteli
  22.  
  23. Scheme2C    A Scheme compiler which accepts the language defined in the
  24.         essential portions of Revised Report on Algorithmic Language
  25.         Scheme, with minor constraints and some additions.  The
  26.         compiler produces C source files which are then compiled
  27.         using the system's C compiler (Lattice C 5.10 on the Amiga)
  28.         to produce conventional object and executable files.  Because
  29.         of the size of the distribution, it has been split onto three
  30.         disks as follows: source and documentation archives on 556,
  31.         M68000 binary archive on 557, and M68020 binary archive on
  32.         558.  This Amiga port was done by Mike Meyer, based on the
  33.         28-Sep-90 version of the translator.
  34.         Author:  Digital Equipment Corporation
  35.